LoadFromStream
Description
Loads 3D model from a specified stream.
Value | Type | Description |
---|---|---|
AFileName | string | The path to the loaded file |
Stream | string | The stream from which 3D model will be read |
ADoClear | Boolean | The value indicating whether to clear the scene or not (True by default) |
Syntax
procedure LoadFromStream(const AFileName: string; Stream: TStream; ADoClear: Boolean = True);